From: luciusf Date: Sun, 26 Jan 2025 11:29:02 +0000 (+0000) Subject: Some clarifications in my reproduce steps about the state of the rsync remote X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~183^2~28^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ff7a5eab631ff6b35039985e9a9cc5c5273fc23c;p=git-annex.git Some clarifications in my reproduce steps about the state of the rsync remote --- diff --git a/doc/bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn b/doc/bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn index 66efa94874..dfd518403d 100644 --- a/doc/bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn +++ b/doc/bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn @@ -30,12 +30,12 @@ git annex initremote myremote type=rsync rsyncurl=ssh.example.com: encryption=hy git annex copy . --to myremote ``` -This however, creates a local folder named `ssh.example.com` in my annexed directory: +This however, doesn't copy to the correct remote, but creates a local folder named `ssh.example.com` in my annexed directory instead (note the missing `:` after the hostname): ``` git annex initremote myremote type=rsync rsyncurl=ssh.example.com encryption=hybrid keyid=00001111222233334444 git annex copy . --to myremote # will copy successfully, BUT -ls -l # shows the folder `ssh.example.com` in my directory +ls -l # shows the folder `ssh.example.com` in my directory with the files in it, the rsync remote is empty ``` ### What version of git-annex are you using? On what operating system?